From e54f12273a759d4332e0a8968f3c4fc430b88f30 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Jun 1993 07:29:55 +0000 Subject: [PATCH] (Fset_text_properties): No special case for props = nil. --- src/textprop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/textprop.c b/src/textprop.c index 865f35c5fed..b3bd1dd4d37 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -713,8 +713,6 @@ is the string or buffer containing the text.") register int s, len; props = validate_plist (props); - if (NILP (props)) - return Qnil; if (NILP (object)) XSET (object, Lisp_Buffer, current_buffer); -- 2.30.2